.gArtlist .gArtitem {
  padding: 18px 0;
  border-bottom: 1px solid #eaeaea;
}
.gArtlist .gArtitem:last-child{
  border-bottom:none;
}
.gArtlist .gArtitem .articleInfor {
  line-height: 1.5;
}

.gArtlist .gArtitem .articleInfor h2, .gArtlist .gArtitem .articleInfor .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.gArtlist .gArtitem .articleInfor h2 {
  font-size: 16px;
  color: #222;
  max-height: 48px;
  margin-bottom: 5px;
}

.gArtlist .gArtitem .articleInfor h2 a {
  color: #222;
}
.gArtlist .gArtitem .articleInfor h2 a:hover{
  color:#2a82e4;
}
.gArtlist .gArtitem .articleInfor .des {
  font-size: 14px;
  color: #666;
  max-height: 42px;
}

.gArtlist .gArtitem .articleInfor .des a {
  color: #999;
}
.gArtlist .gArtitem .articleInfor .des a:hover{
  color: #2a82e4;
}
.gArtlist .gArtitem .imgBox {
  font-size: 0;
}

.gArtlist .gArtitem .imgBox img {
  border-radius: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background-color: #fafafa;
}

.gArtlist .gArtitem .basic {
  margin-top: 12px;
  font-size: 0;
}

.gArtlist .gArtitem .basic span,
.gArtlist .gArtitem .basic a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-right: 12px;
  padding: 0 15px;
}

.gArtlist .gArtitem .basic span.flag,
.gArtlist .gArtitem .basic a.flag{
  text-align: center;
  background-color: #e3f1ff;
  color: #2a82e4;
  border-radius: 5px;
}
.gArtlist .gArtitem .basic a.flag:hover{
  background-color: #2a82e4;
  color: #e3f1ff;
}
.gArtlist .gArtitem .basic span.time {
  color: #999;
}

.gArtlist .gArtitem.moreImg .imgBox {
  width: 100%;
  margin-top: 6px;
}

.gArtlist .gArtitem.moreImg .imgBox img {
  width: 145px;
  height: 96px;
  margin-right: 15px;
}

.gArtlist .gArtitem.moreImg .imgBox img:last-child {
  margin-right: 0;
}

.gArtlist .gArtitem.moreImg .articleInfor, .gArtlist .gArtitem.noImg .articleInfor {
  width: 100%;
}

.gArtlist .gArtitem.oneImg .imgBox {
  float: left;
  width: 145px;
  height: 96px;
  margin-top: 4px;
}

.gArtlist .gArtitem.oneImg .imgBox img {
  width: 145px;
  height: 96px;
}

.gArtlist .gArtitem.oneImg .articleInfor,
.gArtlist .gArtitem.oneImg .basic {
  width: 465px;
  float: right;
}

.gArtlist .gArtitem.oneImg .basic {
  margin-top: 6px;
}
